home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / src / movix / lircrc.pctv < prev    next >
Encoding:
Text File  |  2003-11-15  |  2.8 KB  |  215 lines

  1. ##################################################
  2. ###  Config file for the Pinnacle remote
  3. ##############
  4.  
  5. ###########
  6. ####  MPlayer keys
  7. ###############################
  8. begin
  9.     prog   = mplayer
  10.         button = Rewind
  11.     repeat = 0
  12.         config = seek -60
  13. end
  14. begin
  15.     prog   = mplayer
  16.         button = FForward
  17.     repeat = 0
  18.         config = seek 60
  19. end
  20. begin
  21.     prog   = mplayer
  22.         button = pause
  23.     repeat = 0
  24.         config = pause
  25. end
  26. begin
  27.     prog   = mplayer
  28.         button = Stop
  29.     repeat = 0
  30.         config = quit
  31. end
  32. begin
  33.     prog   = mplayer
  34.         button = vol+
  35.     repeat = 1
  36.         config = volume +1
  37. end
  38. begin
  39.     prog   = mplayer
  40.         button = vol-
  41.     repeat = 1
  42.         config = volume -1
  43. end
  44. begin
  45.     prog   = mplayer
  46.         button = Mute
  47.     repeat = 1
  48.         config = mute
  49. end
  50. begin
  51.     prog   = mplayer
  52.         button = Vol+FF
  53.     repeat = 0
  54.         config = menu ok
  55. end
  56. begin
  57.     prog   = mplayer
  58.         button = Vol-Rew
  59.     repeat = 0
  60.         config = menu cancel
  61. end
  62. begin
  63.     prog   = mplayer
  64.         button = Chan+Play
  65.     repeat = 0
  66.         config = menu up
  67. end
  68. begin
  69.     prog   = mplayer
  70.         button = Chan-Stop
  71.     repeat = 0
  72.         config = menu down
  73. end
  74. begin
  75.     prog   = mplayer
  76.         button = 1
  77.     repeat = 1
  78.         config = contrast -1
  79. end
  80. begin
  81.     prog   = mplayer
  82.         button = 3
  83.     repeat = 1
  84.         config = contrast +1
  85. end
  86. begin
  87.     prog   = mplayer
  88.         button = 4
  89.     repeat = 1
  90.         config = brightness -1
  91. end
  92. begin
  93.     prog   = mplayer
  94.         button = 6
  95.     repeat = 1
  96.         config = brightness +1
  97. end
  98. begin
  99.     prog   = mplayer
  100.         button = channel-
  101.     repeat = 1
  102.         config = sub_pos -1
  103. end
  104. begin
  105.     prog   = mplayer
  106.         button = channel+
  107.     repeat = 1
  108.         config = sub_pos +1
  109. end
  110. begin
  111.     prog   = mplayer
  112.         button = Power
  113.     repeat = 0
  114.         config = quit
  115. end
  116.  
  117. ###########
  118. ####  fbi keys
  119. ###############################
  120. begin
  121.     prog = fbi
  122.     button = FForward
  123.     repeat = 0
  124.     config = \x1b[6~
  125. end 
  126. begin
  127.     prog = fbi
  128.     button = Rewind
  129.     repeat = 0
  130.     config = \x1b[5~
  131. end
  132. begin
  133.     prog = fbi
  134.     button = Power
  135.     repeat = 0
  136.     config = \e
  137. end
  138. begin
  139.     prog = fbi
  140.     button = vol+
  141.     repeat = 0
  142.     config = +
  143. end
  144. begin
  145.     prog = fbi
  146.     button = vol-
  147.     repeat = 0
  148.     config = -
  149. end
  150. begin
  151.     prog = fbi
  152.     button = Chan+Play
  153.     repeat = 0
  154.     config = p
  155. end
  156. begin
  157.     prog = fbi
  158.     button = pause
  159.     repeat = 0
  160.     config = p
  161. end
  162. begin
  163.     prog = fbi
  164.     button = Power
  165.     repeat = 0
  166.     config = \e
  167. end
  168.  
  169.  
  170. ###########
  171. ####  MoviX menu keys
  172. ###############################
  173. begin
  174.     prog = irpty
  175.     button = Vol+FF
  176.     repeat = 0
  177.     config = \x6C
  178. end 
  179. begin
  180. button = Vol-Rew
  181. prog = irpty
  182. repeat = 0
  183. config = \x68
  184. end
  185. begin
  186. button = Chan-Stop
  187. prog = irpty
  188. repeat = 0
  189. config = \x6A
  190. end
  191. begin
  192. button = Chan+Play
  193. prog = irpty
  194. repeat = 0
  195. config = \x6B
  196. end
  197. begin
  198. button = middle
  199. prog = irpty
  200. repeat = 0
  201. config = \r
  202. end
  203. begin
  204. button = next
  205. prog = irpty
  206. repeat = 0
  207. config = \t
  208. end
  209. begin
  210. button = Menu
  211. prog = irpty
  212. repeat = 0
  213. config = \e
  214. end
  215.